home *** CD-ROM | disk | FTP | other *** search
- <!-- panel for a single tie in a cup tree -->
-
- <panel height="52">
- <layout class="stick_to_sides_attachment" alignment="top, horizontal" inset="0" layout_children="true"/>
-
- <widget class="plain_box" height="52">
-
- <layout class="arrange_vertical_attachment" alignment="top"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
-
- <record id="aprn">
- <flags id="bsty" value="no_border"/>
- <colour id="bcol" name="green"/>
- <integer id="imod" value="1"/>
- <real id="btrn" value="0.1"/>
- </record>
-
- <!-- home team / teams -->
- <widget class="group_box" id="home" height="20">
-
- <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
-
- <widget kind="tmbt" id="team"/>
- <widget class="label" id="rety" auto_size="horizontal">
- <colour red="255" green="208" blue="0"/>
- </widget>
- <widget class="label" id="scor" auto_size="horizontal"/>
-
- <widget class="group_box" id="list"/>
-
- </widget>
-
- <!-- away team / teams -->
- <widget class="group_box" id="away" height="20">
-
- <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
-
- <widget kind="tmbt" id="team"/>
- <widget class="label" id="rety" auto_size="horizontal">
- <colour red="255" green="208" blue="0"/>
- </widget>
- <widget class="label" id="scor" auto_size="horizontal"/>
-
- <widget class="group_box" id="list"/>
-
- </widget>
- </widget>
- </panel>